home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Bus / A / 4D Externals.cpt / 4D Externals / Proc.Ext.rsrc / 4DTE_15014 < prev    next >
Encoding:
Text File  |  1990-01-17  |  507 b   |  14 lines

  1. PictureInfos(Expr;Var1;Var2;Var3;Var4)
  2.    Expr is a picture expression
  3.    Var1...Var4 are numeric variables
  4.  
  5. PictureInfos returns in variables the size and the location of the picture specified by Expr.
  6.  
  7. After the call :
  8.  
  9. Var1 is equal to the horizontal coordinate of the top left corner of the picture.
  10. Var2 is equal to the vertical coordinate of the top left corner of the picture.
  11. Var3 is equal to the width of the picture.
  12. Var4 is equal to the height of the picture.
  13.  
  14. All values are expressed in pixels.